bitkeeper revision 1.154.1.1 (3e7f35e65e93xTR77zgPWlou5QJAgw)
authorjws@cairnwell.research <jws@cairnwell.research>
Mon, 24 Mar 2003 16:44:22 +0000 (16:44 +0000)
committerjws@cairnwell.research <jws@cairnwell.research>
Mon, 24 Mar 2003 16:44:22 +0000 (16:44 +0000)
commit4e089db0cdf5ce5c8dd1563d2b53209bdcca01bc
tree72fec38eba8518434b4ee22247c0f457962dffd9
parent90a2fdc8c67f15155721f3b0853c3fa283680828
bitkeeper revision 1.154.1.1 (3e7f35e65e93xTR77zgPWlou5QJAgw)

Added aic7xxx support
Included linux string library in place of cut down lib.{c,h} versions
Added missing strtoul prototype in lib.h
53 files changed:
.rootkeys
BitKeeper/etc/logging_ok
xen/common/lib.c
xen/common/string.c [new file with mode: 0644]
xen/drivers/scsi/Makefile
xen/drivers/scsi/aic7xxx/Makefile [new file with mode: 0644]
xen/drivers/scsi/aic7xxx/aic7770.c [new file with mode: 0644]
xen/drivers/scsi/aic7xxx/aic7770_osm.c [new file with mode: 0644]
xen/drivers/scsi/aic7xxx/aic79xx.h [new file with mode: 0644]
xen/drivers/scsi/aic7xxx/aic79xx.reg [new file with mode: 0644]
xen/drivers/scsi/aic7xxx/aic79xx.seq [new file with mode: 0644]
xen/drivers/scsi/aic7xxx/aic79xx_core.c [new file with mode: 0644]
xen/drivers/scsi/aic7xxx/aic79xx_host.h [new file with mode: 0644]
xen/drivers/scsi/aic7xxx/aic79xx_inline.h [new file with mode: 0644]
xen/drivers/scsi/aic7xxx/aic79xx_osm.c [new file with mode: 0644]
xen/drivers/scsi/aic7xxx/aic79xx_osm.h [new file with mode: 0644]
xen/drivers/scsi/aic7xxx/aic79xx_osm_pci.c [new file with mode: 0644]
xen/drivers/scsi/aic7xxx/aic79xx_pci.c [new file with mode: 0644]
xen/drivers/scsi/aic7xxx/aic79xx_proc.c [new file with mode: 0644]
xen/drivers/scsi/aic7xxx/aic79xx_reg.h [new file with mode: 0644]
xen/drivers/scsi/aic7xxx/aic79xx_seq.h [new file with mode: 0644]
xen/drivers/scsi/aic7xxx/aic7xxx.h [new file with mode: 0644]
xen/drivers/scsi/aic7xxx/aic7xxx.reg [new file with mode: 0644]
xen/drivers/scsi/aic7xxx/aic7xxx.seq [new file with mode: 0644]
xen/drivers/scsi/aic7xxx/aic7xxx_93cx6.c [new file with mode: 0644]
xen/drivers/scsi/aic7xxx/aic7xxx_93cx6.h [new file with mode: 0644]
xen/drivers/scsi/aic7xxx/aic7xxx_core.c [new file with mode: 0644]
xen/drivers/scsi/aic7xxx/aic7xxx_host.h [new file with mode: 0644]
xen/drivers/scsi/aic7xxx/aic7xxx_inline.h [new file with mode: 0644]
xen/drivers/scsi/aic7xxx/aic7xxx_osm.c [new file with mode: 0644]
xen/drivers/scsi/aic7xxx/aic7xxx_osm.h [new file with mode: 0644]
xen/drivers/scsi/aic7xxx/aic7xxx_osm_pci.c [new file with mode: 0644]
xen/drivers/scsi/aic7xxx/aic7xxx_pci.c [new file with mode: 0644]
xen/drivers/scsi/aic7xxx/aic7xxx_proc.c [new file with mode: 0644]
xen/drivers/scsi/aic7xxx/aic7xxx_reg.h [new file with mode: 0644]
xen/drivers/scsi/aic7xxx/aic7xxx_seq.h [new file with mode: 0644]
xen/drivers/scsi/aic7xxx/aicasm/Makefile [new file with mode: 0644]
xen/drivers/scsi/aic7xxx/aicasm/aicasm.c [new file with mode: 0644]
xen/drivers/scsi/aic7xxx/aicasm/aicasm.h [new file with mode: 0644]
xen/drivers/scsi/aic7xxx/aicasm/aicasm_gram.y [new file with mode: 0644]
xen/drivers/scsi/aic7xxx/aicasm/aicasm_insformat.h [new file with mode: 0644]
xen/drivers/scsi/aic7xxx/aicasm/aicasm_macro_gram.y [new file with mode: 0644]
xen/drivers/scsi/aic7xxx/aicasm/aicasm_macro_scan.l [new file with mode: 0644]
xen/drivers/scsi/aic7xxx/aicasm/aicasm_scan.l [new file with mode: 0644]
xen/drivers/scsi/aic7xxx/aicasm/aicasm_symbol.c [new file with mode: 0644]
xen/drivers/scsi/aic7xxx/aicasm/aicasm_symbol.h [new file with mode: 0644]
xen/drivers/scsi/aic7xxx/cam.h [new file with mode: 0644]
xen/drivers/scsi/aic7xxx/queue.h [new file with mode: 0644]
xen/drivers/scsi/aic7xxx/scsi_iu.h [new file with mode: 0644]
xen/drivers/scsi/aic7xxx/scsi_message.h [new file with mode: 0644]
xen/include/asm-i386/string.h [new file with mode: 0644]
xen/include/xeno/lib.h
xen/include/xeno/string.h [new file with mode: 0644]